This scenario demonstrates how to send tile notifications with web images.

Tile notifications can specify web images. These images can be referenced using the http:// or https:// protocols. Images must be in .png, .jpg, .jpeg, or .gif format and can have a maximum size of 200KB and maximum dimensions of 1024x1024.

Specify the URL of an image:



Send using the Notifications Extensions Library:

For the first example, we use the Notifications Extensions Library to build the notification payload.


Send by constructing your own payload:

Since notifications are simply XML, you can create them in many different ways. For example, here we create notifications by constructing strings.